home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 July / macformat-026.iso / mac / Shareware City / Developers / berkeleydb1.73 / Berkeley_db / VERSION < prev   
Encoding:
Text File  |  1994-05-11  |  2.7 KB  |  85 lines  |  [TEXT/MPS ]

  1. #    @(#)VERSION    8.8 (Berkeley) 12/19/93
  2.  
  3. This is version 1.73 of the Berkeley DB code.
  4.  
  5. If your version of the DB code doesn't have a copy of
  6. this version file, it's really old, please update it!
  7.  
  8. New versions of this software are periodically made
  9. available by anonymous ftp from ftp.cs.berkeley.edu,
  10. in the file ucb/4bsd/db.tar.Z, or from ftp.uu.net.
  11. If you'd like to get announcements of future releases
  12. of this software, send email to the contact address
  13. below.
  14.  
  15. Email questions may be addressed to Keith Bostic at
  16. bostic@cs.berkeley.edu.
  17.  
  18. ============================================
  19. 1.72 -> 1.73
  20.     btree:    If enough duplicate records were inserted and then deleted
  21.         that internal pages had references to empty pages of the
  22.         duplicate keys, the search function ended up on the wrong
  23.         page.
  24.  
  25. 1.7  -> 1.72    12 Oct 1993
  26.     hash:    Support NET/2 hash formats.
  27.         
  28. 1.7  -> 1.71    16 Sep 1993
  29.     btree/recno:
  30.         Fix bug in internal search routines that caused
  31.         return of invalid pointers.
  32.  
  33. 1.6  -> 1.7    07 Sep 1993
  34.     hash:    Fixed big key overflow bugs.
  35.     test:    Portability hacks, rewrite test script, Makefile.
  36.     btree/recno:
  37.         Stop copying non-overflow key/data pairs.
  38.     PORT:    Break PORT directory up into per architecture/OS
  39.         subdirectories.
  40.  
  41. 1.5  -> 1.6    06 Jun 1993
  42.     hash:    In PAIRFITS, the first comparison should look at (P)[2].
  43.         The hash_realloc function was walking off the end of memory.
  44.         The overflow page number was wrong when bumping splitpoint.
  45.  
  46. 1.4  -> 1.5    23 May 1993
  47.     hash:    Set hash default fill factor dynamically.
  48.     recno:    Fixed bug in sorted page splits.
  49.         Add page size parameter support.
  50.         Allow recno to specify the name of the underlying btree;
  51.             used for vi recovery.
  52.     btree/recno:
  53.         Support 64K pages.
  54.     btree/hash/recno:
  55.         Provide access to an underlying file descriptor.
  56.         Change sync routines to take a flag argument, recno
  57.             uses this to sync out the underlying btree.
  58.  
  59. 1.3  -> 1.4    10 May 1993
  60.     recno:    Delete the R_CURSORLOG flag from the recno interface.
  61.         Zero-length record fix for non-mmap reads.
  62.         Try and make SIZE_T_MAX test in open portable.
  63.  
  64. 1.2  -> 1.3    01 May 1993
  65.     btree:    Ignore user byte-order setting when reading already
  66.         existing database.  Fixes to byte-order conversions.
  67.  
  68. 1.1  -> 1.2    15 Apr 1993
  69.         No bug fixes, only compatibility hacks.
  70. ============================================
  71.  
  72. Distribution contents:
  73.     Makefile.inc    Ignore this, it's Berkeley's internal Makefile.
  74.     PORT        The directory to build in.
  75.     README        This file.
  76.     VERSION        This file.
  77.     btree        B+tree routines.
  78.     db        Dbopen(3) interface routine.
  79.     doc        USENIX papers, formatted man pages.
  80.     hash        Extended linear hashing routines.
  81.     man        Unformatted man pages.
  82.     mpool        Memory pool routines.
  83.     recno        Fixed/variable length record routines.
  84.     test        Test package.
  85.